Add GtkTreeListRowSorter
authorMatthias Clasen <mclasen@redhat.com>
Sun, 8 Dec 2019 22:34:10 +0000 (17:34 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 30 May 2020 23:30:14 +0000 (19:30 -0400)
commite3ce99988f89a084deb370f477660216d163dca7
tree43e79f2c40019590183708a53d7e414fa4a187fe
parentfb78f1ef8e13b4f64e395ce3dc7b9c7a2aeb22a0
Add GtkTreeListRowSorter

This is a special-purpose sorter that can
apply the sorting of another sorter to the
levels of a GtkTreeListModel.
docs/reference/gtk/gtk4-docs.xml
docs/reference/gtk/gtk4-sections.txt
docs/reference/gtk/gtk4.types.in
gtk/gtk.h
gtk/gtktreelistrowsorter.c [new file with mode: 0644]
gtk/gtktreelistrowsorter.h [new file with mode: 0644]
gtk/meson.build
tests/testcolumnview.c